Skip to content

Conversation

@devin-ai-integration
Copy link
Contributor

Fix for deprecation warning in GitHub Actions workflow

Issue

This PR addresses issue #66 by replacing the deprecated set-output command in GitHub Actions workflow with the new environment file approach.

Changes

  • Updated the command in ci.yml that sets the version output variable to use $GITHUB_OUTPUT environment file instead of the deprecated ::set-output command

References

Link to Devin run: https://app.devin.ai/sessions/68ec19b3256d4f4a973dd1e1905ee5a8
Requested by: Toshihiro Nakamura

@devin-ai-integration
Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@nakamura-to nakamura-to linked an issue May 3, 2025 that may be closed by this pull request
@nakamura-to nakamura-to merged commit 72592e1 into master May 3, 2025
2 checks passed
@nakamura-to nakamura-to deleted the devin/1746306741-fix-set-output-deprecation branch May 3, 2025 21:15
@nakamura-to nakamura-to added the ci label May 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The set-output command is deprecated and will be disabled soon

2 participants